" Input: { data_uoa - data UOA of the script entry (repo_uoa) - repo UOA of the script entry (script_module_uoa) - module UOA of the script entry name - subscript name (from entry desc - will be called via shell) (params) - pass params to CMD or (code) - Python script name (without .py) (func) - Python function name in this script (dict) - dict to pass to script (output_json_file) - filename to save the output dictionary into } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 (return_code) - script's return code } "